PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / showText Method
Text to show on the page.
In This Topic
    showText Method
    In This Topic
    Shows the specified text on the page. Operator: Tj
    Syntax
    public void showText( 
       PDFCosBinaryString text
    )

    Parameters

    text
    Text to show on the page.
    See Also